バージョン

Keys プロパティ (SafeDictionary<TKey,TValue>)

キーのコレクションを返します。
シンタックス
'宣言
 
Public ReadOnly Property Keys As ICollection(Of TKey)
public ICollection<TKey> Keys {get;}
参照